Terminal Content

Text, formatted text, or UI elements can be added to the terminal. Content can be added to the terminal in different ways: append content to the existing terminal control, replace existing terminal control with new content, and a UI element to the existing terminal control.

Append content

The AddMessageInTerminal method is used to add content to the end of the existing terminal data. The example below adds text to the end of the existing terminal control.

Replace content

The SetTerminalContent method is used to entirely remove the terminal data and replace it with the content in the SetTerminalContent command.

Add UI elements

UI elements can be added through a UI container.